2.8.2. Query string parameters
| Parameter | Description | Type | Notes |
| docNumber | fiscal document ID | string | May be mandatory depending on the region |
| employeeName | fiscal document number | string | |
| amount | document amount in kopecks | integer | |
| currency | currency name | string |
Code:
{
"docNumber": "string, document number in the accounting system",
"employeeName": "string, cashier's full name",
"amount": "integer, document amount in kopecks",
"currency": "string, currency name"
}